projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a151e9
)
(rmail): Reset enable-multibyte-characters to the
author
Kenichi Handa
<handa@m17n.org>
Tue, 2 Sep 1997 10:49:07 +0000
(10:49 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 2 Sep 1997 10:49:07 +0000
(10:49 +0000)
default value to enable message decoding if the default value is
non-nil.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 26a50cc604509c0eabe8199692dddd719e4c1681..44f3c520c9a939df8ee235ca8463bd8afb35c923 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-475,6
+475,7
@@
If `rmail-display-summary' is non-nil, make a summary for this RMAIL file."
(or (eq major-mode 'rmail-mode)
(progn (rmail-mode-2)
(setq run-mail-hook t)))
+ (kill-local-variable 'enable-multibyte-characters)
(setq run-mail-hook t)
(rmail-mode-2)
;; Convert all or part to Babyl file if possible.